home *** CD-ROM | disk | FTP | other *** search
/ Disc to the Future 2 / Disc to the Future Part II Programmer's Reference (Wayzata Technology)(6013)(1992).bin / MAC / THINKC / 4_0 / TERMINAL / HDRS / CANCELDI.H next >
Text File  |  1990-11-20  |  402b  |  16 lines

  1. /*
  2.     Terminal 2.0
  3.     "CancelDialog.h"
  4. */
  5.  
  6. Boolean CheckCancel (void);
  7. void DrawCancelDialog (short, Byte *);
  8. void DrawProgressDialog (short, Byte *);
  9. void InfoProgress (Byte *);
  10. void NameProgress (Byte *);
  11. void RemoveCancelDialog (void);
  12. Byte *SecondsToString (long, Byte *);
  13. void SelectCancelDialog (void);
  14. void Statistics (long, long, short);
  15. void UpdateProgress (long, long, long, long, long, Byte *);
  16.